jump table - определение. Что такое jump table
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое jump table - определение

METHOD OF TRANSFERRING PROGRAM CONTROL TO ANOTHER PART OF A PROGRAM
Jump table; Transfer vector
Найдено результатов: 2978
Branch table         
In computer programming, a branch table or jump table is a method of transferring program control (branching) to another part of a program (or a different program that may have been dynamically loaded) using a table of branch or jump instructions. It is a form of multiway branch.
Table Alphabeticall         
  • The title page of the third edition of ''Table Alphabeticall''.
ENGLISH DICTIONARY PUBLISHED IN 1604
A Table Alphabeticall; Table alphabeticall; Table Alphabetical
A Table Alphabeticall is the abbreviated title of the first monolingual dictionary in the English language, created by Robert Cawdrey and first published in London in 1604.
Table (database)         
SET OF DATA ELEMENTS ARRANGED IN ROWS AND COLUMNS AS PART OF A DATABASE
Database table; Database Tables; Cell (database); Table (SQL); SQL table; Base table
A table is a collection of related data held in a table format within a database. It consists of columns and rows.
jump-up         
WIKIMEDIA DISAMBIGUATION PAGE
Jump-up; Jump up music; Jumping up; Jump-Up; Jump up (disambiguation); Jump Up!; Jump Up! (album); Jump up; Jump Up (disambiguation)
¦ noun
1. a Caribbean dance or celebration.
2. Austral. informal an escarpment.
Edward Jump         
ARTIST
Edward jump
Edward Jump (1831?-1883) was a French-American artist popular for his drawings and sketches in the United States during the mid-19th Century.
Billiard table         
  • Billiard Table Manufactory, J. M. Brunswick & Bro., Proprietors, Cincinnati, Ohio, 1865 ad
  • A WEPF-style pool table, showing a cue ball and red and yellow balls close to the small, rounded, nearly parallel-sided pocket
  • cue ball}} and the 1 ball close to a WPA-style pocket. (The balls are the same size; the cue ball looks large due to [[foreshortening]].)
  • Snooker table, drawn to scale
SPECIAL TABLE USED EXCLUSIVELY FOR BILLIARDS OR SNOOKER
Pool table; Pocket (billiards); Pool tables; Snooker table; Billiards table; Billiards board; Billiard board; Billiards tables; Billiard tables; Snooker tables
A billiard table or billiards table is a bounded table on which cue sports are played. In the modern era, all billiards tables (whether for carom billiards, pool, pyramid or snooker) provide a flat surface usually made of quarried slate, that is covered with cloth (usually of a tightly woven worsted wool called baize), and surrounded by vulcanized rubber cushions, with the whole thing elevated above the floor.
jump up         
WIKIMEDIA DISAMBIGUATION PAGE
Jump-up; Jump up music; Jumping up; Jump-Up; Jump up (disambiguation); Jump Up!; Jump Up! (album); Jump up; Jump Up (disambiguation)
v.
1) (D; intr.) to jump up from (to jump up from one's seat)
2) (D; intr.) to jump up on, onto (to jump up onto the table)
multiplication table         
  • "Table of Pythagoras" on [[Napier's bones]]<ref>[[Wikisource:Page:Popular Science Monthly Volume 26.djvu/467]]</ref>
  • The [[Tsinghua Bamboo Slips]], Chinese [[Warring States]] era decimal multiplication table of 305&nbsp;BC
MATHEMATICAL TABLE
Times table; Times tables; Tables of multiplication; Multiplication tables; Multiplication Table; Table of Pythagoras; Draft:Division Table
¦ noun a list of multiples of a particular number, typically from 1 to 12.
multiplication table         
  • "Table of Pythagoras" on [[Napier's bones]]<ref>[[Wikisource:Page:Popular Science Monthly Volume 26.djvu/467]]</ref>
  • The [[Tsinghua Bamboo Slips]], Chinese [[Warring States]] era decimal multiplication table of 305&nbsp;BC
MATHEMATICAL TABLE
Times table; Times tables; Tables of multiplication; Multiplication tables; Multiplication Table; Table of Pythagoras; Draft:Division Table
(multiplication tables)
A multiplication table is a list of the multiplications of numbers between one and twelve. Children often have to learn multiplication tables at school.
= table
N-COUNT
Multiplication table         
  • "Table of Pythagoras" on [[Napier's bones]]<ref>[[Wikisource:Page:Popular Science Monthly Volume 26.djvu/467]]</ref>
  • The [[Tsinghua Bamboo Slips]], Chinese [[Warring States]] era decimal multiplication table of 305&nbsp;BC
MATHEMATICAL TABLE
Times table; Times tables; Tables of multiplication; Multiplication tables; Multiplication Table; Table of Pythagoras; Draft:Division Table
In mathematics, a multiplication table (sometimes, less formally, a times table) is a mathematical table used to define a multiplication operation for an algebraic system.

Википедия

Branch table

In computer programming, a branch table or jump table is a method of transferring program control (branching) to another part of a program (or a different program that may have been dynamically loaded) using a table of branch or jump instructions. It is a form of multiway branch. The branch table construction is commonly used when programming in assembly language but may also be generated by compilers, especially when implementing optimized switch statements whose values are densely packed together.